.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* 頭部 */

.top {
    background: #0882f0 url(logobg.jpg) no-repeat center top;
    overflow: hidden;
    height: 690px;
}

.top_ms {
    background-color: #000;
    filter: alpha(opacity=40);
    background-color: rgba(0, 0, 0, .4);
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.top_ms .bt-left a span {
    margin-right: 6px;
}

.top_ms .bt-left a {
    color: #fff;
    /* display: block; */
    margin-right: 30px;
    font-size: 16px;
}

.top_ms .bt-right a {
    text-align: right;
    float: right;
    text-align: center;
    width: 136px;
    line-height: 36px;
    height: 36px;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
    margin-left: 20px;
}

.top_ms .bt-right .older {
    background-color: #ef920e;
}

.top_ms .bt-right .helf {
    background-color: #0a86f5;
}

.logo {
    text-align: center;
    margin: 20px 0 45px
}


/* 搜索 */

.sreach {
    width: 660px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 2px #888888 inset;
    overflow: hidden;
}

.s_input {
    width: 525px;
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
    border: 0;
    outline: none;
}

.s_button {
    width: 132px;
    height: 56px;
    border: 0;
    background-color: #0882f0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    font-size: 20px;
    text-shadow: rbga(0, 0, 0, .8) 0 3px 3px;
    position: absolute;
    right: 0;
    letter-spacing: 8px;
}

.sreach_hot {
    width: 660px;
    height: 56px;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
}

.sreach_hot span {
    margin: 0 2px;
    overflow: hidden;
}

.sreach_hot span a {
    border-radius: 8px;
    padding: 2px 6px;
    background-color: #ef920e;
    color: #Fff;
}


/* 
导航 */

.nav {
    margin-top: 186px;
}

.nav li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 56px;
}

.nav li .line {
    height: 2px;
    background-color: #fff;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}

.nav li.on .line,
.nav li:hover .line {
    width: 100%;
    /* transform: ; */
}

.nav li span {
    margin-right: 10px;
}

.nav li a {
    color: #fff;
    font-size: 24px;
}


/* 新闻焦点 */

.news_hot {
    background-color: #0882f0;
    height: 428px;
}


/* 新闻展示 */



/* 政务服务 */

.zwfw {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 30px 0 30px;
}

.zwfw_tit {
    background: url(titbg.png) no-repeat center center;
    font-size: 36px;
    letter-spacing: 6px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    color: #0882f0;
    margin-bottom: 30px;
}

.zwfw_tit span {
    margin-left: 25px;
    color: #fff;
}

.zwfw_item {
    box-shadow: 0 0 10px #999;
    padding: 40px 30px 0;
    float: left;
    width: 374px;
    margin-right: 38px;
    height: 396px;
    background: #fff url(zwfw2.jpg) no-repeat center bottom;
}

.zwfw_item:first-child {
    background: #fff url(zwfw1.jpg) no-repeat center bottom;
}

.zwfw_item3 {
    background: #fff url(zwfw3.jpg) no-repeat center bottom;
    margin-right: 0;
}

.zwfw_item3 li {
    width: 50%!important;
}

.zwfw_item_info {
    float: left;
    margin-top: 30px;
    font-size: 18px;
}

.zwfw_item_info li {
    float: left;
    width: 33.333%;
    display: block;
    height: 40px;
    list-style: 40px
}

.zwfw_item span {
    font-size: 28px;
}

.zwfw_item_info li a {
    color: #333;
}

.zwgk_cont_news {
    width: 790px;
    height: 346px;
    overflow: hidden;
    padding: 30px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 8px #999;
}


/* 信息公开 */

.xxgk {
    width: 388px;
    overflow: hidden;
    margin-right: -10px;
}

.xxgk li {
    float: left;
    background-color: #f8f8f8;
    border: 1px solid #a7dafd;
    width: 170px;
    height: 102px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
}

.xxgk li img {
    transition: all .2s;
}

.xxgk li:hover img {
    transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    /* IE 9 */
    -moz-transform: rotatey(180deg);
    /* Firefox */
    -webkit-transform: rotatey(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotatey(180deg);
    /* Opera */
}

.xxgk li span {
    display: block;
    width: 100%;
    margin-top: 14px;
}

.xxgk li a {
    color: #0882f0;
}




/* 图片放大 */

.sfimg img {
    transition: all 0.2s;
}

.sfimg:hover img {
    transform: scale(1.05);
}


/* 友情 */

.link {
    background-color: #d8ecfd;
    padding: 10px 0;
    height: 62px;min-width:1200px;
}

.select_item {
    float: left;
    width: 255px;
    margin-left: 60px;
    transition: all .2s ease-out;
}

.link_kind {
    margin-left: -60px;
}

.select_span {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: url(sele_jt.png) no-repeat 230px center;
    color: #333;
    font-size: 16px;
    background-color: #fff;
}

.select_span a {
    color: #000000;
}

.select_span2 {
    display: block;
    line-height: 47px;
    height: 47px;
    padding-right: 20px;
    padding-left: 21px;
    color: #000000;
    font-size: 15px;
}

.select_span2 a {
    color: #000000;
}

.select_item:hover .select_span {
    color: #0882f0;
    transform: translateY(3px);
}

.select_item:hover .select_ul {
    display: block;
}

.content .select_ul {
    position: absolute;
    top: 43px;
    display: none;
    z-index: 999;
    height: 80px;
    left: 0px;
    overflow: hidden;
    width: 1200px;
    font-size: 16px;
    text-indent: 10px;
    background: rgba(255,255,255,0.9);
    padding: 10px 0;
}

.select_li {
    line-height: 30px;
    font-size: 15px;
    float: left;
    width: 25%;
}

.select_li a {
    color: #333333;
}

.select_li:hover {
    background: #3e97df;
}

.select_li:hover a {
    color: #FFFFFF;
}


/* 版权信息 */

.footer {
    background-color: #4b82ce;
    overflow: hidden;
    padding: 20px 0;min-width:1200px;
}

.footer_item2,
.footer_item1 {
    float: left;
}

.footer_item1 div {
    width: 120px;
    height: 118px;
    float: left;
    
    text-align: center;
    padding-top: 30px;margin-right:45px;
}

.footer_item2 div {
    
    margin-left:25px;
    float: left;
    text-align: center;
    width: 78px;
    height: 118px;
    line-height: 46px;
}

.footer_item2 a {
    color: #fff;
}

.footer_item2 div span {
    display: block;
    padding-top: 20px;
}

.footer_item3 {
    width: 500px;
    height: 118px;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
	margin-right: 25px;
}

.footer_bot {
    background-color: #3f77c5;
    height: 60px;
    line-height: 60px;
    overflow: hidden;min-width:1200px;
}

.footer_bot a {
    color: #fff;
    padding: 20px;
}


/* 焦点新闻 */

.hot_news_left {
    position: absolute;
    padding-top: 20px;
}

.hot_news_right {
    width: 645px;
    height: 330px;
    float: right;
    right: 0;
    position: relative;
    transition: all 1s ease-out;
}

.hot_news_right:hover {
    right: 40px;
    z-index: 100;
}

.bd img {
    width: 100%;
    height: 384px;
}

.hot_news_right .hd {
    position: absolute;
    bottom: -34px;
    right: 10px;
    width: 120px;
    z-index: 9;
    text-indent: -9999px;
}

.hd li {
    width: 20px;
    height: 8px;
    float: left;
    margin-right: 10px;
    background-color: #666666;
}

.hd li.on {
    background-color: #fff;
}

.div_con {
    transition: all 0.8s;
    background-color: #fff;
    padding: 30px;
    z-index: 98;
    width: 600px;
    position: absolute;
    box-shadow: 0 0 8px #666;
}

.div_con:hover {
    width: 700px;
}

.div_con ul li {
    float: left;
    position: relative;
    height: 280px;
    width: 600px;
    width: 100%;
}

.div_con h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 100;
}

.div_con p {
    color: #999;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    /* height: 200px; */
}

.div_con a {
    color: #000;
}

.div_con ul li span {
    padding: 8px 40px;
    background-color: #0a85f4;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.div_con .spot1 {
    position: relative;
    height: 60px;
    overflow: hidden;
    margin-top: -70px;
    z-index: 999;
}

.div_con .spot1 .next {
    position: absolute;
    right: 20px;
    display: block;
    width: 60px;
    top: 0;
    height: 60px;
    cursor: pointer;
}

.div_con .spot1 .prev {
    position: absolute;
    right: 150px;
    display: block;
    width: 60px;
    height: 60px;
    top: 0px;
    cursor: pointer;
}

.div_con .spot1 .pageState {
    position: absolute;
    right: 100px;
    top: -6px;
    color: #0a85f4;
    font-size: 20px;
}

.div_con .spot1 .pageState span {
    color: #ff9900;
    margin-right: 10px;
    font-size: 24px;
}

.div_con .spot1 li.on {
    background-color: #fff;
}